* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:16:37 +0000 (05:16 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:16:37 +0000 (05:16 +0400)
commit4fc15728975bf632a915e416440e3cf4cf909a0d
treeed157a99e3814555203b2a3f92f7b594fe0c346d
parenta879166cf640eaa1327456b134848257994377b0
* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
specific in what the first arg can be: a non-keyword word,
string/regexp/percent literal opener, opening paren, or unary
operator followed directly by word.

* test/automated/ruby-mode-tests.el (ruby-toggle-block-to-brace): Fix
the test, in respect to adding the space after the curly.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/automated/ruby-mode-tests.el
test/indent/ruby.rb